home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Demos / ByCompany / megatelGmbH / megatelvisor / Visor.app / German.lproj / info.nib / data.classes < prev    next >
Text File  |  1994-05-08  |  262b  |  21 lines

  1. InfoView = {
  2.     SUPERCLASS = View;
  3. };
  4. FirstResponder = {
  5.     ACTIONS = {
  6.     };
  7.     SUPERCLASS = Object;
  8. };
  9. IPController = {
  10.     ACTIONS = {
  11.     showInfoPanel:;
  12.     };
  13.     OUTLETS = {
  14.     infoPanel;
  15.     infoView;
  16.     textLine;
  17.     nameLine;
  18.     };
  19.     SUPERCLASS = Object;
  20. };
  21.